home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / sndkey11.zip / SMAIN.DFM / SMAIN.txt
Text File  |  1996-04-01  |  391b  |  23 lines

  1. object Form1: TForm1
  2.   Left = 3
  3.   Top = 107
  4.   Width = 240
  5.   Height = 107
  6.   Caption = 'Send Test'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object SendBtn: TButton
  14.     Left = 78
  15.     Top = 25
  16.     Width = 75
  17.     Height = 25
  18.     Caption = 'Send'
  19.     TabOrder = 0
  20.     OnClick = SendBtnClick
  21.   end
  22. end
  23.